home *** CD-ROM | disk | FTP | other *** search
/ CD School House 9 / CD School House 9.0 - Wayzata Technology (1994).iso / pc / games / mac / __interesting_stuff__ / i_love_lucy_trivia_game / background_3398.txt < prev    next >
Text File  |  1990-07-20  |  1KB  |  69 lines

  1. -- background: 3398 from stack: in
  2. -- bmap block id: 4061
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 3 (button)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=202 top=258 right=296 bottom=247
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 19381 / 19381
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Prev
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual scroll right
  23.   go to prev
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 4 (button)
  29. -- low flags: 00
  30. -- high flags: A003
  31. -- rect: left=195 top=302 right=334 bottom=312
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: Quit the game
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   beep
  43.   answer "Haven't you been watching Lucy?" with "Yes" or "No"
  44.   if it is "Yes" then
  45.     answer "Then don't give up.  Try again." with "ok"
  46.   else
  47.     answer "Then go watch her & try again!" with "Ok"
  48.     visual barn door close slowly to black
  49.     visual barn door open slowly to gray
  50.     visual dissolve to white
  51.     go home
  52.   end if
  53. end mouseUp
  54.  
  55.  
  56.  
  57. -- part 5 (field)
  58. -- low flags: 01
  59. -- high flags: 2004
  60. -- rect: left=71 top=151 right=255 bottom=419
  61. -- title width / last selected line: 0
  62. -- icon id / first selected line: 0 / 0
  63. -- text alignment: 0
  64. -- font id: 0
  65. -- text size: 12
  66. -- style flags: 0
  67. -- line height: 16
  68. -- part name: Questions
  69.